summaryrefslogtreecommitdiffstats
path: root/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 1058c16..c1e265f 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -5,9 +5,9 @@
}
:root {
- --link-color: #2f2f2f;
- --main-bg-color: #f4f2e8;
- --main-txt-color: #2f2f2f;
+ --link-color: #228B22;
+ --main-bg-color: #202020;
+ --main-txt-color: #228B22;
}
*,
@@ -23,8 +23,10 @@ body{
text-decoration-skip: ink;
color: var(--main-txt-color);
padding-top: 10px;
- font-family: 'IM Fell English', serif;
+ font-family: monospace, serif;
background-color: var(--main-bg-color);
+ background-image: linear-gradient(rgba(0, 0, 0, 0.4), 1px, transparent 1px);
+ background-size: 2px 2px;
}
body::selection{
@@ -45,6 +47,7 @@ p::selection{
}
a {
+ color: var(--main-txt-color);
text-decoration: underline;
}
@@ -65,7 +68,6 @@ a.external::after {
img {
width: 100%;
- mix-blend-mode: multiply;
}
table {