summaryrefslogtreecommitdiff
path: root/content/assets/site.css
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-05-24 10:36:19 -0400
committerbdunahu <bdunahu@operationnull.com>2026-05-24 10:36:19 -0400
commit1c2a79fa4ea3ee94316aba187817748f35a84f0f (patch)
treee872e063c6002b99dbfeceece65f464d95acc522 /content/assets/site.css
parent1ccf5bfa6b6d96191e281f9c3af2c5776d2ebcd0 (diff)
Add alternate background theme.
Diffstat (limited to 'content/assets/site.css')
-rw-r--r--content/assets/site.css29
1 files changed, 8 insertions, 21 deletions
diff --git a/content/assets/site.css b/content/assets/site.css
index 2c8c537..2638f11 100644
--- a/content/assets/site.css
+++ b/content/assets/site.css
@@ -1,21 +1,9 @@
html {
- background: url(background.jpg) no-repeat center center fixed;
+ background: url(themes/bg1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
- background-color: rgba(0, 0, 0, 0.5);
-}
-
-@media (max-width: 768px) {
- html {
- background: url(background-mobile.jpg) no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- background-color: rgba(0, 0, 0, 0.5);
- }
}
.container {
@@ -38,7 +26,7 @@ body {
}
body article {
- background: rgba(0, 0, 0, 0.8);
+ background: rgba(0, 0, 0, 0.9);
margin: 0px;
width: 100%;
padding: 20px;
@@ -121,23 +109,22 @@ body p {
text-align: justify;
}
-body a {
+a {
text-decoration: none;
- color: #00e64d;
+ color: #ffad33;
}
-body a:hover {
- color: #99ffbb;
+a:hover {
+ color: #e68a00;
text-decoration: underline;
}
a:visited {
- color: #cc9933;
+ color: #995c00;
}
.c {
padding: 5px;
- background: rgba(0, 0, 0, 0.2);
border-radius: 8px;
margin: 0px 0px 15px 0px;
}
@@ -203,7 +190,7 @@ intro {
intro .intro-ava {
width: 70px;
height: 60px;
- background-image: url("/assets/wolf.png");
+ background-image: url("/assets/roskva.png");
background-size: 70px 70px;
background-repeat: no-repeat;
background-position: left center;