Compare commits

..

No commits in common. "bcc07b98cbb5d4d792dd1a79250b6f70fccf426e" and "24398ba7ca504026f91fdeadceadadb7d5f45ed0" have entirely different histories.

2 changed files with 12 additions and 11 deletions

View file

@ -60,11 +60,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1717786575,
"narHash": "sha256-IyfMwVf4gR8BAhs6pnzZbtGESrG3lV59t25qIq30r8Q=",
"lastModified": 1710589819,
"narHash": "sha256-fm69qycthevGExpbudpuCCSEBPuCOk/+d15382c37oE=",
"ref": "refs/heads/main",
"rev": "8848d889ab9089dff04a3ffc80d2cc8a61d545c4",
"revCount": 12,
"rev": "6e305fa1d05a97343d47f0b6865e10a870fc8d4e",
"revCount": 10,
"type": "git",
"url": "https://git.xenia.me.uk/pixelifytica/iosevka.git"
},
@ -75,11 +75,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1717602782,
"narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=",
"lastModified": 1710451336,
"narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6",
"rev": "d691274a972b3165335d261cc4671335f5c67de9",
"type": "github"
},
"original": {
@ -91,11 +91,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1717696253,
"narHash": "sha256-1+ua0ggXlYYPLTmMl3YeYYsBXDSCqT+Gw3u6l4gvMhA=",
"lastModified": 1717555607,
"narHash": "sha256-WZ1s48OODmRJ3DHC+I/DtM3tDRuRJlNqMvxvAPTD7ec=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9b5328b7f761a7bbdc0e332ac4cf076a3eedb89b",
"rev": "0b8e7a1ae5a94da2e1ee3f3030a32020f6254105",
"type": "github"
},
"original": {

View file

@ -43,6 +43,7 @@
}
button {
border: ${accent};
background-color: ${base00};
background-repeat: no-repeat;
background-position: center;
@ -58,7 +59,7 @@
}
button:focus {
background-color: ${base02};
background-color: ${base03};
color: ${base05};
}