Anthology templates again. Cin7 notes.

This commit is contained in:
Norm Rasmussen
2024-08-09 06:12:18 +02:00
parent c8adb91545
commit e0b6790f6d
10 changed files with 264 additions and 30 deletions

View File

@ -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;