mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
24 lines
459 B
Text
24 lines
459 B
Text
/*
|
|
This file is licensed under the MIT License (MIT) available on
|
|
http://opensource.org/licenses/MIT.
|
|
*/
|
|
|
|
h1,h2{
|
|
font-family:Arial, sans-serif;
|
|
font-weight:bold;
|
|
}
|
|
.menusimple li a,
|
|
.menusimple li a:active,
|
|
.menusimple li a:visited,
|
|
.menusimple li a:link{
|
|
font-family:Arial, sans-serif;
|
|
}
|
|
.mainbutton a,
|
|
.mainbutton a:link,
|
|
.mainbutton a:visited,
|
|
.mainbutton a:active{
|
|
font-family:Arial, sans-serif;
|
|
}
|
|
.walletmenu ul li{
|
|
font-family:Arial, sans-serif;
|
|
}
|