aboutsummaryrefslogtreecommitdiff
path: root/public/css/typography.css
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2023-01-04 23:40:33 +0000
committerKumar Damani <me@kumardamani.net>2023-01-04 23:40:33 +0000
commitd2c85f476d05cec7682012c3c4710fab4f46b38a (patch)
tree6c55c5ac3ed8c3fd514de6e7a34fb6b15f345947 /public/css/typography.css
parent96a1150708a73f0d1fd08c1bb2ab66922853cda9 (diff)
build files updates
Diffstat (limited to 'public/css/typography.css')
-rw-r--r--public/css/typography.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/public/css/typography.css b/public/css/typography.css
index 5a2c044..a5e8d80 100644
--- a/public/css/typography.css
+++ b/public/css/typography.css
@@ -52,7 +52,7 @@ h3:before,
h4:before,
h5:before,
h6:before {
- color: var(--bright-bg);
+ color: var(--muted);
}
h1:first-child {
@@ -67,11 +67,11 @@ p {
/* Links */
a:link, a:visited {
- color: var(--fg);
+ color: var(--link);
}
-a:hover, a:active {
- color: var(--bright-fg);
+a:hover, a:active, a.active {
+ color: var(--hover);
}
/* Lists */
@@ -94,11 +94,11 @@ ol ol {
ul li::marker {
content: '∗\00A0';
- color: var(--bright-bg);
+ color: var(--muted);
}
ol li::marker {
- color: var(--bright-bg);
+ color: var(--muted);
}
dt {
@@ -129,7 +129,7 @@ blockquote::before {
position: absolute;
left: -1.5rem;
content: ">";
- color: var(--bright-bg);
+ color: var(--muted);
}
.twitter-tweet::before {
@@ -143,9 +143,9 @@ pre,
code,
kbd,
samp {
- background: var(--dark-bg) !important;
+ background: var(--inner-bg) !important;
font-family: var(--font-monospace);
- color: var(--bright-bg);
+ color: var(--off-fg);
}
pre {
@@ -163,7 +163,7 @@ strong {
/* Highlighting */
::selection,
mark {
- background-color: var(--yellow);
+ background-color: var(--highlight);
color: var(--bg);
}
@@ -175,7 +175,7 @@ hr {
hr:after {
content: '---';
- color: var(--bright-bg);
+ color: var(--muted);
}