✨ add proper header with menu
✨ add projects tab ✨ add selection color ♻️ mov home => about
This commit is contained in:
30
main.scss
30
main.scss
@@ -1,3 +1,33 @@
|
||||
.box {
|
||||
--bulma-box-background-color: #1E1E2E80 !important;
|
||||
--bulma-shadow-h: 232 !important;
|
||||
--bulma-shadow-s: 97% !important;
|
||||
--bulma-shadow-l: 85% !important;
|
||||
--bulma-shadow: 0 0.5em 1em -0.125em hsla(
|
||||
var(--bulma-shadow-h),
|
||||
var(--bulma-shadow-s),
|
||||
var(--bulma-shadow-l),
|
||||
0.3
|
||||
), 0 0px 0 1px hsla(
|
||||
var(--bulma-shadow-h),
|
||||
var(--bulma-shadow-s),
|
||||
var(--bulma-shadow-l),
|
||||
0.02
|
||||
) !important;
|
||||
}
|
||||
|
||||
.navbar-item:hover {
|
||||
background-color: hsla(232, 97%, 85%, 0.3125) !important;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: hsla(232, 97%, 85%, 0.4125) !important;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: hsla(232, 97%, 85%, 0.4125) !important;
|
||||
}
|
||||
|
||||
.hero {
|
||||
&.has-background {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user