style menu
This commit is contained in:
parent
03cb405f20
commit
26aa696b08
1 changed files with 14 additions and 0 deletions
|
@ -15,4 +15,18 @@ h1 a {
|
||||||
font-family: "IBM Plex Sans", sans-serif;
|
font-family: "IBM Plex Sans", sans-serif;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* menu styles */
|
||||||
|
div.flex-l.items-center {
|
||||||
|
text-shadow: 1px 1px 30px #000000;
|
||||||
|
}
|
||||||
|
a.hover-white.no-underline.white-90 {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
@media all and (min-width:1020px) {
|
||||||
|
.bg-transparent {
|
||||||
|
background: rgb(19,39,91);
|
||||||
|
background: linear-gradient(180deg, rgba(19,39,91,0.9) 0%, rgba(19,39,91,0.7) 14%, rgba(255,255,255,0) 28%);
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue