mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
allquestions dbs cache fix, minor style changes
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
padding: 0px 8px;
|
||||
margin: 0px 2px;
|
||||
text-decoration: none;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.2s;
|
||||
}
|
||||
|
||||
.topBarLinks > *:hover {
|
||||
@@ -56,7 +57,7 @@
|
||||
}
|
||||
|
||||
.topBarLinks a.active {
|
||||
border: 0.5px solid var(--text-color);
|
||||
background-color: var(--hoover-color);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@@ -111,7 +112,7 @@
|
||||
margin: 5px 2px;
|
||||
text-decoration: none;
|
||||
color: var(--bright-color);
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.5s;
|
||||
transition: width 0.5s, height 0.5s, ease-in 0.2s;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -127,7 +128,7 @@
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
text-shadow: 2px 2px 8px black;
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.5s;
|
||||
transition: width 0.5s, height 0.5s, ease-out 0.2s;
|
||||
}
|
||||
|
||||
.userStatus {
|
||||
|
||||
Reference in New Issue
Block a user