summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-18 16:45:59 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-18 16:45:59 +0200
commita4106b2b0e2bd73bda5a7ecc22659c0920d56ade (patch)
tree53e0d59313a5fbc194683eaab665bca6dea120c5 /static
parentc14820f8431dd5ad2ba14de0ed70d40d148d7310 (diff)
rework website
Diffstat (limited to 'static')
-rw-r--r--static/assets/banporn.pngbin1979 -> 0 bytes
-rw-r--r--static/assets/codeberg.pngbin1484 -> 0 bytes
-rw-r--r--static/style.css27
3 files changed, 5 insertions, 22 deletions
diff --git a/static/assets/banporn.png b/static/assets/banporn.png
deleted file mode 100644
index 5efb14d..0000000
--- a/static/assets/banporn.png
+++ /dev/null
Binary files differ
diff --git a/static/assets/codeberg.png b/static/assets/codeberg.png
deleted file mode 100644
index 1ccfabd..0000000
--- a/static/assets/codeberg.png
+++ /dev/null
Binary files differ
diff --git a/static/style.css b/static/style.css
index 5e64849..a2ec892 100644
--- a/static/style.css
+++ b/static/style.css
@@ -9,7 +9,7 @@
@media (prefers-color-scheme: dark) {
:root {
- --fg: #a9b1d6;
+ --fg: #bac2e7;
--bg: #1a1b26;
--sbg: #39405e;
--link: #7aa2f7;
@@ -18,11 +18,12 @@
body {
width: 90%;
- max-width: 45em;
+ max-width: 42em;
margin: 1.5em auto;
background: var(--bg);
color: var(--fg);
font-family: var(--regularfont);
+ font-size: larger;
}
pre {
@@ -38,7 +39,7 @@ code {
font-family: var(--titlecodefont);
background: var(--sbg);
border-radius: 3px;
- font-size: smaller;
+ font-size: 85%;
}
blockquote {
@@ -49,20 +50,10 @@ blockquote {
color: #fff;
}
-.buttons {
- text-align: center;
-}
-
a {
color: var(--link);
}
-.finaline {
- display: flex;
- justify-content: space-between;
- align-items: center;
-}
-
.notfound>h1 {
font-size: 15em;
}
@@ -95,7 +86,6 @@ h4,
h5,
h6 {
color: #bb9af7;
- line-height: 2em;
}
hr {
@@ -140,13 +130,6 @@ img {
}
@media print {
-
- .no-print,
- .no-print *,
- footer {
- display: none !important;
- }
-
.address {
overflow: visible;
white-space: wrap;
@@ -163,4 +146,4 @@ img {
.columns {
columns: 1;
}
-} \ No newline at end of file
+}