Progress sync, sample text on home page
This commit is contained in:
@ -50,6 +50,14 @@ footer {
|
||||
height: var(--footer-height);
|
||||
}
|
||||
|
||||
.color-teal {
|
||||
color: rgba(var(--teal), .86);
|
||||
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
|
||||
}
|
||||
.color-tan {
|
||||
color: rgba(var(--tan), .86);
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1200px;
|
||||
margin-left: auto;
|
||||
|
||||
Reference in New Issue
Block a user