major updates
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
--logoshade: var(--tartorange);
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--cultured);
|
||||
font-family: var(--textfont);
|
||||
@@ -102,6 +106,24 @@ h1, h2, h3, h4, h5, .ui.header {
|
||||
font-variant: all-small-caps;
|
||||
}
|
||||
|
||||
h1.dimmed, h2.dimmed, h3.dimmed, h4.dimmed, h5.dimmed, .ui.header.dimmed {
|
||||
color: var(--ceruleanfrost);
|
||||
}
|
||||
|
||||
.impact-none {
|
||||
color: var(--ceruleanfrost) !important;
|
||||
}
|
||||
.impact-some {
|
||||
color: var(--yaleblue) !important;
|
||||
}
|
||||
.impact-important {
|
||||
color: var(--tartorange) !important;
|
||||
}
|
||||
.impact-critical {
|
||||
color: var(--yellowryb) !important;
|
||||
background-color: var(--tartorange) !important;
|
||||
}
|
||||
|
||||
h1 {
|
||||
min-height: 1rem;
|
||||
font-size: 4.5rem;
|
||||
@@ -228,6 +250,17 @@ h3.ui.horizontal.header.divider {
|
||||
color: var(--yaleblue);
|
||||
}
|
||||
|
||||
.interventions .raised.segment .segment {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.interventions .raised.segment .clearing.segment h4 {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
.interventions .raised.segment .basic.segment h4 {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.ui.vertical.stripe {
|
||||
padding: 8em 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user