summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-30 15:00:26 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-30 15:00:26 +0800
commita5f0e554de9a08594fdcb542d551375cebb1dd77 (patch)
treec042f1493ab85e9c61f559b60a1e238e01243323 /assets
parentf7300455cb61c1c22eeaee7139eac7c39a723e25 (diff)
downloadwww-a5f0e554de9a08594fdcb542d551375cebb1dd77.tar.gz
Terminal colors.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css12
-rw-r--r--assets/css/skeleton.css6
2 files changed, 7 insertions, 11 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 {
diff --git a/assets/css/skeleton.css b/assets/css/skeleton.css
index 35e298b..a5a6997 100644
--- a/assets/css/skeleton.css
+++ b/assets/css/skeleton.css
@@ -151,12 +151,6 @@ h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
p {
margin-top: 0; }
-
-/* Links
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-a { color: #2f2f2f; }
-
-
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,