fixed indentation
parent
86260673cb
commit
552f06f67d
|
|
@ -1,20 +1,17 @@
|
|||
* {
|
||||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||
border-radius: 15px;
|
||||
font-size: 10pt;
|
||||
|
||||
|
||||
|
||||
}
|
||||
* {
|
||||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||
border-radius: 15px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
window {
|
||||
color: #E40046;
|
||||
border: solid;
|
||||
border-width: 4px;
|
||||
border-radius: 35px;
|
||||
background-color: #1a1a1a;
|
||||
margin-bottom: 10px;
|
||||
padding: 5px
|
||||
color: #E40046;
|
||||
border: solid;
|
||||
border-width: 4px;
|
||||
border-radius: 35px;
|
||||
background-color: #1a1a1a;
|
||||
margin-bottom: 10px;
|
||||
padding: 5px
|
||||
}
|
||||
|
||||
#box {
|
||||
|
|
@ -37,7 +34,7 @@ button {
|
|||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
color: #eee;
|
||||
font-size: 12px
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
button:hover {
|
||||
|
|
|
|||
Loading…
Reference in New Issue