Use css variables.

This commit is contained in:
Mike Cao 2020-08-05 19:04:02 -07:00
parent 5d4ff5cfa4
commit a5930f1772
29 changed files with 131 additions and 85 deletions

View file

@ -1,11 +1,6 @@
.container {
background: #fff;
padding: 0 30px;
}
.website {
padding-bottom: 30px;
border-bottom: 1px solid #e1e1e1;
border-bottom: 1px solid var(--gray300);
margin-bottom: 30px;
}
@ -21,7 +16,7 @@
}
.title {
color: #2c2c2c !important;
color: var(--gray900) !important;
}
.details {