mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 00:48:44 +00:00
20 lines
257 B
CSS
20 lines
257 B
CSS
|
|
:root {
|
||
|
|
--md-primary-fg-color: #125678;
|
||
|
|
--md-text-font: "Roboto";
|
||
|
|
}
|
||
|
|
|
||
|
|
.md-footer {
|
||
|
|
background-color: #125678;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*
|
||
|
|
@font-face {
|
||
|
|
font-family: Consolas, monaco, monospace;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "TitleFont";
|
||
|
|
src: "assets/font-title.woff";
|
||
|
|
}
|
||
|
|
*/
|