Skip to content

Commit d9532aa

Browse files
committed
UI improvements
1 parent c7093cd commit d9532aa

1 file changed

Lines changed: 18 additions & 21 deletions

File tree

assets/css/index.css

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@
1313
scroll-behavior: smooth;
1414
font-family: "Lexend Deca", sans-serif;
1515
}
16-
16+
::selection {
17+
color: var(--green-primary);
18+
background: #141414;
19+
}
1720
body {
1821
overflow: overlay;
1922
transition: color 0.2s ease-in;
2023
background-color: #212121 !important;
2124
}
2225

23-
nav> * a,
24-
nav> * a:hover,
26+
nav > * a,
27+
nav > * a:hover,
2528
footer > * a,
2629
footer > * a:hover {
2730
color: white !important;
@@ -39,7 +42,7 @@ a:hover {
3942
.main {
4043
min-height: 100vh;
4144
display: block;
42-
color:white !important;
45+
color: white !important;
4346
}
4447

4548
.nav__bar {
@@ -60,9 +63,8 @@ a:hover {
6063
}
6164

6265
.nav__bar > * a:hover {
63-
text-decoration: none;
66+
color: var(--green-primary) !important;
6467
}
65-
6668
.login__navbar {
6769
background-color: none;
6870
background-image: linear-gradient(
@@ -1166,23 +1168,18 @@ a:hover {
11661168
margin-top: 30px;
11671169
padding: 15px;
11681170
}
1169-
1170-
::-webkit-scrollbar,
1171+
::-webkit-scrollbar {
1172+
overflow: scroll;
1173+
padding-right: 10px;
1174+
width: 6px;
1175+
}
11711176
::-webkit-scrollbar-thumb {
1172-
width: 26px;
1173-
border-radius: 13px;
1177+
border-radius: 15px;
11741178
background-clip: padding-box;
1175-
border: 10px solid transparent;
1176-
min-height: 50px;
1177-
}
1178-
1179-
::-webkit-scrollbar-thumb {
1180-
box-shadow: inset 0 0 0 10px;
1181-
min-height: 40px;
1182-
}
1183-
1184-
::-webkit-scrollbar-track {
1185-
background: transparent;
1179+
border: 5px solid var(--green-primary);
1180+
box-shadow: inset 0 0 0 1px;
1181+
min-height: 2px;
1182+
background: var(--green-primary);
11861183
}
11871184

11881185
.icon-linux,

0 commit comments

Comments
 (0)