66
edits
(Fix CSS menu, maybe) |
No edit summary |
||
| Line 3: | Line 3: | ||
background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rgba(104,88,255,1) 100%); | background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rgba(104,88,255,1) 100%); | ||
background-color: rgb(104,88,255); | background-color: rgb(104,88,255); | ||
} | |||
html, body { | |||
height: auto; | |||
min-height: 100%; | |||
} | } | ||
| Line 101: | Line 106: | ||
} | } | ||
.vector-menu a[href]:link, .vector-menu a[href]:visited { | |||
color: white; | color: white; | ||
transition: color 150ms ease, opacity 150ms ease; | transition: color 150ms ease, opacity 150ms ease; | ||
} | } | ||
.vector-menu a[href]:hover { | |||
opacity: 0.7; | opacity: 0.7; | ||
} | } | ||
.vector-menu a[href]:active { | |||
opacity: 0.9; | opacity: 0.9; | ||
} | } | ||