aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-12-21 13:19:58 -0500
committerXe <me@christine.website>2021-12-21 13:19:58 -0500
commit7c3a00ff1137f5576d87ce10daccfabeb7120781 (patch)
tree0a247a1b63117788aa5bc33e41d5140a9d09ff83 /css
parent0fcaf87b1afcbec16e6dcaba9f007ea63f650601 (diff)
downloadxesite-7c3a00ff1137f5576d87ce10daccfabeb7120781.tar.xz
xesite-7c3a00ff1137f5576d87ce10daccfabeb7120781.zip
turn up the fuck out of the contrast
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'css')
-rw-r--r--css/gruvbox-dark.css26
-rw-r--r--css/hack.css9
2 files changed, 23 insertions, 12 deletions
diff --git a/css/gruvbox-dark.css b/css/gruvbox-dark.css
index dee993e..c594ca1 100644
--- a/css/gruvbox-dark.css
+++ b/css/gruvbox-dark.css
@@ -1,5 +1,3 @@
-
-
.gruvbox-dark {
background-color: #1d2021;
color: #f9f5d7
@@ -11,7 +9,7 @@
.gruvbox-dark h4,
.gruvbox-dark h5,
.gruvbox-dark h6 {
- color: #98971a
+ color: #CDCD23
}
.gruvbox-dark h1 a,
@@ -160,13 +158,13 @@
}
.gruvbox-dark a:visited {
- color: #a89984;
- border-color: #a89984
+ color: #C1B7A9;
+ border-color: #a89984;
}
.gruvbox-dark a:visited:hover {
color: #fdf4c1;
- background-color: #a89984
+ background-color: #282828;
}
@media (prefers-color-scheme: light) {
@@ -174,6 +172,14 @@
background-color: #f9f5d7;
color: #1d2021;
}
+ .gruvbox-dark h1,
+ .gruvbox-dark h2,
+ .gruvbox-dark h3,
+ .gruvbox-dark h4,
+ .gruvbox-dark h5,
+ .gruvbox-dark h6 {
+ color: #4F4F0D
+ }
.gruvbox-dark h1 a:hover,
.gruvbox-dark h2 a:hover,
.gruvbox-dark h3 a:hover,
@@ -188,6 +194,10 @@
padding: 0;
border: none;
}
+ .gruvbox-dark a {
+ color: #B80050;
+ border-color: #B80050;
+ }
.gruvbox-dark table {
color: #1d2021;
}
@@ -227,8 +237,8 @@
border-color: #282828;
}
.gruvbox-dark a:visited {
- color: #7c6f64;
- border-color: #7c6f64;
+ color: #4D4442;
+ border-color: #4D4442;
}
.gruvbox-dark a:visited:hover {
color: #3c3836;
diff --git a/css/hack.css b/css/hack.css
index eb4281f..4a2ea99 100644
--- a/css/hack.css
+++ b/css/hack.css
@@ -46,13 +46,14 @@ iframe {
}
a {
cursor: pointer;
- color: #ff2e88;
+ color: #FFA8CE;
text-decoration: none;
- border-bottom: 1px solid #ff2e88;
+ border-bottom: 1px solid;
+ border-color: #FFA8CE;
}
a:hover {
- background-color: #ff2e88;
- color: #fff;
+ background-color: #B3004D;
+ color: #fff;
}
.grid {
display: -ms-flexbox;