Skip to content

Commit

Permalink
deploy: 0cae912
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jul 23, 2024
1 parent 5befe7c commit 0dd344a
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 25 deletions.
57 changes: 50 additions & 7 deletions custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/* General */

/*
KERI colors:
#62783E
#B4D070
#A1C64D
*/

a {
color: #62783E !important;
}

a:hover {
color: #B4D070 !important;
}

.hero2 a {
color: #eee !important;
}

.hero2 a:hover {
color: #ccc !important;
}


/*
* Levels
*/
Expand Down Expand Up @@ -37,8 +63,8 @@ video[poster] {
}

.video-inline {
background: #eef9fd;
border: 3px solid #b2beea;
background: #A1C64D;
border: 3px solid #62783E;
border-radius: 7px;
width: 10em;
float: right;
Expand Down Expand Up @@ -210,14 +236,15 @@ table th {
}

.search-heading {
background-image: url("/img/stamp.png");
display: inline-block;
background-image: url("logo-keri-symbol.png");
background-position: left top;
background-repeat: no-repeat;
background-color: transparent;
background-size: contain;
/* background-size: clamp(30px, 4%, 160px) auto; */
/* background-origin: content-box; */
padding: 0 1em 0 2em;
padding: 0 1em 0 1.5em;
}

#search a {
Expand Down Expand Up @@ -288,7 +315,7 @@ table th {
}

.column-refinement-filters {
background: #337dbe0c;
background: #a2c64d1c;
}

#clear-refinements .ais-ClearRefinements-button {
Expand Down Expand Up @@ -910,8 +937,9 @@ article .markdown .inline-medium-end,


.hero2 {
text-align: center;
color: #fff;
background: #337DBE;
background: #62783E;
border-radius: 10px;
}

Expand All @@ -926,4 +954,19 @@ article .markdown .inline-medium-end,

.hero-image {
width: 2em;
}
}

/* .hero__image {
max-width: 10em !important;
animation: rotation 12s infinite linear;
}
@keyframes rotation {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
} */
22 changes: 16 additions & 6 deletions icons/10119973341678815049.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 24 additions & 8 deletions icons/1626701221679047824.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0dd344a

Please sign in to comment.