mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
CSS: Style a
This commit is contained in:
parent
bd71f0bbf8
commit
2db284ce55
@ -8,6 +8,16 @@ html {
|
||||
.box-sizing(inherit);
|
||||
}
|
||||
|
||||
a {
|
||||
color: @link-color;
|
||||
font-weight: @font-weight-bold;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: @body-bg-color;
|
||||
color: @text-color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user