mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
17 lines
282 B
Text
17 lines
282 B
Text
html {
|
|
overflow : -moz-scrollbars-vertical;
|
|
overflow-y : scroll;
|
|
}
|
|
|
|
button::-moz-focus-inner, a::-moz-focus-inner {
|
|
border : 0;
|
|
}
|
|
|
|
a:focus {
|
|
outline : none;
|
|
}
|
|
|
|
body h1, body h2, body h3, body h4, body h5, body h6 {
|
|
text-transform : capitalize;
|
|
font-weight : 300;
|
|
}
|