style menu
This commit is contained in:
parent
03cb405f20
commit
26aa696b08
1 changed files with 14 additions and 0 deletions
|
@ -16,3 +16,17 @@ h1 a {
|
|||
font-weight: 800;
|
||||
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