mirror of
https://github.com/karl0ss/homepage.git
synced 2025-07-03 22:49:09 +01:00
increase contrast, fix safari
This commit is contained in:
parent
0962e3384c
commit
2a31380dbc
@ -97,7 +97,15 @@ body {
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #ffffffee;
|
color: rgba(255, 255, 255, 0.7);
|
||||||
|
}
|
||||||
|
|
||||||
|
.md-typeset h1 {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
body[data-md-color-scheme="default"] {
|
||||||
|
color: rgba(255, 255, 255, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.blur-overlay {
|
.blur-overlay {
|
||||||
@ -105,9 +113,9 @@ body {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: hsla(0, 0%, 0%, 0);
|
background: hsl(0deg 0% 0% / 20%);
|
||||||
backdrop-filter: blur(128px);
|
backdrop-filter: blur(192px);
|
||||||
-webkit-backdrop-filter: blur(128px);
|
-webkit-backdrop-filter: blur(192px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link,
|
.md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link,
|
||||||
@ -253,3 +261,7 @@ body {
|
|||||||
.md-typeset details.danger {
|
.md-typeset details.danger {
|
||||||
box-shadow: 0 0 1rem 0.25rem hsl(0deg 100% 37.45% / 20%);
|
box-shadow: 0 0 1rem 0.25rem hsl(0deg 100% 37.45% / 20%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md-tabs__link {
|
||||||
|
transform: translateZ(0);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user