mirror of
https://github.com/getgrav/grav.git
synced 2025-03-14 12:22:45 +00:00
19 lines
233 B
CSS
19 lines
233 B
CSS
body header {
|
|
background: #3085EE;
|
|
}
|
|
|
|
body .left-panel {
|
|
background: inherit;
|
|
}
|
|
|
|
body .exc-title-primary {
|
|
color: #fff;
|
|
}
|
|
|
|
body .exc-title {
|
|
color: #ddd;
|
|
}
|
|
|
|
body .frame:not(.active):hover {
|
|
background: #e6e6e6;
|
|
}
|