Anthology templates again. Cin7 notes.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
html,
|
||||
body{
|
||||
color: #000000;
|
||||
color: #363636 !important;
|
||||
font-family: 'Nunito Sans', sans-serif;
|
||||
}
|
||||
|
||||
@ -79,6 +79,10 @@ main{
|
||||
|
||||
/* COURSE CARDS */
|
||||
|
||||
.np-card-content-title{
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
.course-card .np-card-container{
|
||||
border-radius: 0;
|
||||
box-shadow: 0 3px 30px rgba(0,0,0,.1);
|
||||
@ -166,7 +170,7 @@ main{
|
||||
.category-filter-dropdown{
|
||||
background-color: #fefefe;
|
||||
border-radius: 4px;
|
||||
color: #393939;
|
||||
color: #363636;
|
||||
font-size: 1em;
|
||||
font-weight: 700;
|
||||
height: 60px;
|
||||
|
||||
Reference in New Issue
Block a user