aboutsummaryrefslogtreecommitdiff
path: root/src/css/akn.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/akn.css')
-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 {