made dock a little bigger
parent
17b8f943fd
commit
0d28357089
|
|
@ -1,6 +1,6 @@
|
||||||
* {
|
* {
|
||||||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||||
border-radius: 15px;
|
border-radius: 60px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -8,7 +8,6 @@ window {
|
||||||
color: #E40046;
|
color: #E40046;
|
||||||
border: solid;
|
border: solid;
|
||||||
border-width: 4px;
|
border-width: 4px;
|
||||||
border-radius: 35px;
|
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 5px
|
padding: 5px
|
||||||
|
|
@ -16,7 +15,7 @@ window {
|
||||||
|
|
||||||
#box {
|
#box {
|
||||||
/* Define attributes of the box surrounding icons here */
|
/* Define attributes of the box surrounding icons here */
|
||||||
padding: 5px;
|
padding: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#active {
|
#active {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue