forked from Archives/Athou_commafeed
12 lines
222 B
SCSS
12 lines
222 B
SCSS
#loading-bar .bar {
|
|
background: #2c3e50;
|
|
}
|
|
|
|
#loading-bar .peg {
|
|
box-shadow: 0 0 10px #2c3e50, 0 0 5px #2c3e50;
|
|
}
|
|
|
|
#loading-bar-spinner .spinner-icon {
|
|
border-top-color: #2c3e50;
|
|
border-left-color: #2c3e50;
|
|
} |