mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Chat
This commit is contained in:
parent
c60ace4f9b
commit
602e16046e
18 changed files with 512 additions and 174 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue