CSS fixes

This commit is contained in:
Avijit 🚀
2021-06-04 17:02:38 +02:00
committed by Yash Mehrotra
parent af197d9cc9
commit 3ab9fd2950
2 changed files with 9 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link async rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" type="text/css" href="/css/main.css">

View File

@@ -2,20 +2,16 @@ html {
background: #171717 !important;
color: white !important;
}
/* html {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%);
-webkit-filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%);
} */
.header {
background-color: #1b1c1d !important;
color: white !important;
}
/* body {
background-color: #fff !important;
} */
/* img,
video,
body * [style*="background-image"] {
/* TODO: Check if this is needed or not */
/*
img,
video {
filter: hue-rotate(180deg) contrast(100%) invert(100%);
-webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%); */
/* } */
-webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%);
}
*/