mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Chat
This commit is contained in:
@@ -23,7 +23,6 @@ body {
|
||||
font-family: 'Kameron', serif;
|
||||
font-family: 'Overpass Mono', monospace;
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#__next {
|
||||
@@ -234,7 +233,7 @@ input:focus {
|
||||
width: 200px;
|
||||
height: 30px;
|
||||
padding: 5px 15px;
|
||||
margin: 2px 5px;
|
||||
margin: 2px 2px;
|
||||
|
||||
font-size: 15px;
|
||||
color: var(--text-color);
|
||||
@@ -341,3 +340,9 @@ select:hover {
|
||||
.seperator {
|
||||
flex: 1 0;
|
||||
}
|
||||
|
||||
.userId {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user