Updated border
This commit is contained in:
parent
d9b544f7af
commit
e0f4afb854
1 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,10 @@ body {
|
||||||
.window {
|
.window {
|
||||||
background-color: #202020 !important;
|
background-color: #202020 !important;
|
||||||
color: white;
|
color: white;
|
||||||
box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #404040,inset -2px -2px grey,inset 2px 2px #202020 !important;
|
box-shadow: inset -1px -1px #000000,inset 1px 1px #202020,inset -2px -2px #151515,inset 2px 2px #404040 !important;
|
||||||
|
}
|
||||||
|
.window .title-bar {
|
||||||
|
background: linear-gradient(90deg, navy, #0a52b1) !important;
|
||||||
}
|
}
|
||||||
.window-body {
|
.window-body {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
@ -23,12 +26,12 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
#header h3 {
|
#header h3 {
|
||||||
font-size: xx-large;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
#pfp {
|
#pfp {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-color: var(--offline-color);
|
border-color: var(--offline-color);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
|
Loading…
Reference in a new issue