Compare commits
2 commits
24398ba7ca
...
bcc07b98cb
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | bcc07b98cb | ||
Evie Litherland-Smith | ac9ce0094d |
20
flake.lock
20
flake.lock
|
@ -60,11 +60,11 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1710589819,
|
||||
"narHash": "sha256-fm69qycthevGExpbudpuCCSEBPuCOk/+d15382c37oE=",
|
||||
"lastModified": 1717786575,
|
||||
"narHash": "sha256-IyfMwVf4gR8BAhs6pnzZbtGESrG3lV59t25qIq30r8Q=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "6e305fa1d05a97343d47f0b6865e10a870fc8d4e",
|
||||
"revCount": 10,
|
||||
"rev": "8848d889ab9089dff04a3ffc80d2cc8a61d545c4",
|
||||
"revCount": 12,
|
||||
"type": "git",
|
||||
"url": "https://git.xenia.me.uk/pixelifytica/iosevka.git"
|
||||
},
|
||||
|
@ -75,11 +75,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1710451336,
|
||||
"narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=",
|
||||
"lastModified": 1717602782,
|
||||
"narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "d691274a972b3165335d261cc4671335f5c67de9",
|
||||
"rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -91,11 +91,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1717555607,
|
||||
"narHash": "sha256-WZ1s48OODmRJ3DHC+I/DtM3tDRuRJlNqMvxvAPTD7ec=",
|
||||
"lastModified": 1717696253,
|
||||
"narHash": "sha256-1+ua0ggXlYYPLTmMl3YeYYsBXDSCqT+Gw3u6l4gvMhA=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0b8e7a1ae5a94da2e1ee3f3030a32020f6254105",
|
||||
"rev": "9b5328b7f761a7bbdc0e332ac4cf076a3eedb89b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
}
|
||||
|
||||
button {
|
||||
border: ${accent};
|
||||
background-color: ${base00};
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
@ -59,7 +58,7 @@
|
|||
}
|
||||
|
||||
button:focus {
|
||||
background-color: ${base03};
|
||||
background-color: ${base02};
|
||||
color: ${base05};
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue