aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-03-17 02:57:20 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-03-17 02:57:20 +0200
commitb5683e94a6649a96a39ff64aae4ccd3ef7e74a63 (patch)
tree8de03b8a672e1756f9beead8ecf9381a820cece4
parentf0ffc03272b911b4cab05403486ea2c77d689d90 (diff)
downloadarching-kaos-web-ui-b5683e94a6649a96a39ff64aae4ccd3ef7e74a63.tar.gz
arching-kaos-web-ui-b5683e94a6649a96a39ff64aae4ccd3ef7e74a63.tar.bz2
arching-kaos-web-ui-b5683e94a6649a96a39ff64aae4ccd3ef7e74a63.zip
Darkened the theme
-rw-r--r--src/css/akn.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/css/akn.css b/src/css/akn.css
index a28f4a2..b107f2b 100644
--- a/src/css/akn.css
+++ b/src/css/akn.css
@@ -220,7 +220,8 @@ article {
.main{
position: fixed;
top: 80px;
- background-color: #2a2a2a;
+/* background-color: #2a2a2a;*/
+ background-color: #000000;
bottom: 62px;
width: auto;
right: 0vw;
@@ -276,24 +277,24 @@ h1 {
}
button {
- color: rgb(51, 200, 234);
+/* color: rgb(51, 200, 234);*/
+ color: rgb(0, 255, 231);
text-decoration: none;
font-family: 'Hack Nerd Font';
- background: #1c241c;
border: 1px solid #17392e;
padding: 10px;
margin: 1px;
cursor: pointer;
display: flex;
- background: #1c241c;
+ background: #000000;
border: 1px solid #17392e;
padding: 10px;
margin: 1px;
}
button:hover {
- background: #008033;
- background: #008033;
+ background: #535353;
+ border-color: #eef7ff;
}
#mobile-menu {