generated from nhcarrigan/template
style: align client with NHCarrigan style guide
- Remove shared stylesheet stripping; let headers/index.js apply the witch palette, Griffy/Kalam fonts, and mystical backgrounds - Replace custom CSS vars and Vampyr font with style guide tokens - Update all component CSS to use witch palette variables - Fix sanctions sort to descending by case number - Update Hikari image URLs to cdn.nhcarrigan.com/hikari.png
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
hr {
|
||||
width: 100%;
|
||||
border: none;
|
||||
border-top: 1px solid var(--foreground);
|
||||
border-top: 1px solid var(--border);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
:host ::ng-deep ul{
|
||||
:host ::ng-deep ul {
|
||||
list-style-type: disc;
|
||||
list-style-position: inside;
|
||||
}
|
||||
@@ -15,13 +15,14 @@ hr {
|
||||
margin-bottom: 1em;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.tag {
|
||||
display: inline-block;
|
||||
padding: 0 0.5em;
|
||||
border-radius: 50px;
|
||||
font-size: 0.8em;
|
||||
background-color: #e0f7fa;
|
||||
color: #006064;
|
||||
background-color: var(--witch-plum);
|
||||
color: var(--witch-moon);
|
||||
}
|
||||
|
||||
.date {
|
||||
|
||||
Reference in New Issue
Block a user