mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-18 05:40:31 +00:00
fix console and profile colors
This commit is contained in:
parent
e2adb51f59
commit
f90ef12102
@ -42,14 +42,14 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4rem;
|
top: 4rem;
|
||||||
right: 4rem;
|
right: 4rem;
|
||||||
background-color: #050816;
|
background-color: white;
|
||||||
box-shadow: 0 0.167rem 0.833rem rgba(0, 0, 0, 0.15);
|
box-shadow: 0 0.167rem 0.833rem rgba(0, 0, 0, 0.15);
|
||||||
border-radius: 0.8rem;
|
border-radius: 0.8rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
width: 20rem;
|
width: 20rem;
|
||||||
border: .1rem solid #444444;
|
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuItem, .menuItemLogout {
|
.menuItem, .menuItemLogout {
|
||||||
@ -64,7 +64,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menuItem:hover, .menuItemLogout:hover {
|
.menuItem:hover, .menuItemLogout:hover {
|
||||||
background-color: #1f202479;
|
background-color: #d4d6d892;
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,8 +80,8 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.AllserversTitle, .favoriteServerTitle, .iptitle {
|
.AllserversTitle, .favoriteServerTitle, .iptitle {
|
||||||
font-size: 1.5rem;
|
font-size: 1.25rem;
|
||||||
font-weight: 500;
|
font-weight: 400;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,8 @@
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: #100D25;
|
background-color: rgb(223, 222, 222);
|
||||||
|
color: black;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 50rem;
|
max-width: 50rem;
|
||||||
height: 38rem;
|
height: 38rem;
|
||||||
@ -27,7 +28,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #1D1836;
|
background-color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
@ -46,8 +47,9 @@
|
|||||||
|
|
||||||
.logs {
|
.logs {
|
||||||
font-family: 'Courier New', Courier, monospace;
|
font-family: 'Courier New', Courier, monospace;
|
||||||
font-size: 0.9rem;
|
font-size: 1rem;
|
||||||
color: #ffffff;
|
color: black;
|
||||||
|
font-weight: 500;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -57,7 +59,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
background-color: #1D1836;
|
background-color: white;
|
||||||
border-top: .1rem solid #343947;
|
border-top: .1rem solid #343947;
|
||||||
border-left: .1rem solid #343947;
|
border-left: .1rem solid #343947;
|
||||||
border-right: .1rem solid #343947;
|
border-right: .1rem solid #343947;
|
||||||
@ -67,8 +69,7 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border: .1rem solid #343947;
|
border: .1rem solid #343947;
|
||||||
background-color: #2C2A3E;
|
background-color: white;
|
||||||
color: #ffffff;
|
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
@ -76,8 +77,8 @@
|
|||||||
.sendButton {
|
.sendButton {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
background-color: #3E3B59;
|
background-color: #2f2f2f;
|
||||||
color: #ffffff;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user