mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
13 lines
188 B
CSS
13 lines
188 B
CSS
.hero {
|
|
background-color: #42B8C4 !important;
|
|
}
|
|
a:link,
|
|
a:active,
|
|
a:visited,
|
|
.tabs li.is-active a {
|
|
color: #42b8c5 !important;
|
|
}
|
|
a:hover,
|
|
a:focus {
|
|
color: #2F9099 !important;
|
|
} |