mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
13 lines
221 B
CSS
13 lines
221 B
CSS
.my-navbar {
|
|
background: rebeccapurple;
|
|
val: output;
|
|
}
|
|
.another-navbar {
|
|
background: rebeccapurple !important;
|
|
border: 1px solid lightblue !important;
|
|
}
|
|
.another {
|
|
background: black;
|
|
border: 1px solid grey;
|
|
}
|