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