css: match colors on buttons
This commit is contained in:
+2
-44
@@ -5,48 +5,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* colors
|
|
||||||
@define-color fg #504945;
|
|
||||||
@define-color bg #fbf1c7;
|
|
||||||
@define-color imp #d79921;
|
|
||||||
|
|
||||||
@define-color fg #3c3836;
|
|
||||||
@define-color fg0 #282828;
|
|
||||||
@define-color fg1 #3c3836;
|
|
||||||
@define-color fg2 #504945;
|
|
||||||
@define-color fg3 #665c54;
|
|
||||||
@define-color fg4 #7c6f64;
|
|
||||||
|
|
||||||
@define-color bg #fbf1c7;
|
|
||||||
@define-color bg0 #fbf1c7;
|
|
||||||
@define-color bg0_h #f9f5d7;
|
|
||||||
@define-color bg0_s #f2e5bc;
|
|
||||||
@define-color bg1 #ebdbb2;
|
|
||||||
@define-color bg2 #d5c4a1;
|
|
||||||
@define-color bg3 #bdae93;
|
|
||||||
@define-color bg4 #a89984;
|
|
||||||
|
|
||||||
@define-color gray #7c6f64;
|
|
||||||
@define-color red #cc241d;
|
|
||||||
@define-color green #98971a;
|
|
||||||
@define-color yellow #d79921;
|
|
||||||
@define-color blue #458588;
|
|
||||||
@define-color purple #b16286;
|
|
||||||
@define-color aqua #689d6a;
|
|
||||||
@define-color orange #d65d0e;
|
|
||||||
@define-color peach #fe640b;
|
|
||||||
|
|
||||||
@define-color alt_gray #928374;
|
|
||||||
@define-color alt_red #9d0006;
|
|
||||||
@define-color alt_green #79740e;
|
|
||||||
@define-color alt_yellow #b57614;
|
|
||||||
@define-color alt_blue #076678;
|
|
||||||
@define-color alt_purple #8f3f71;
|
|
||||||
@define-color alt_aqua #427b58;
|
|
||||||
@define-color alt_orange #af3a03;
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Departure Mono", sans-serif;
|
font-family: "Departure Mono", sans-serif;
|
||||||
font-optical-sizing: auto;
|
font-optical-sizing: auto;
|
||||||
@@ -140,7 +98,7 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
border: solid 2px #d79921;
|
border: solid 2px #8c7862;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
@@ -166,7 +124,7 @@ a.button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
border: solid 2px #d79921;
|
border: solid 2px #8c7862;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes hover {
|
@keyframes hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user