mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
7 lines
113 B
CSS
7 lines
113 B
CSS
.info {
|
|
background-color: $defaultColor;
|
|
color: $white;
|
|
text-align: center;
|
|
font-size: $smallFontSize;
|
|
}
|