fine tuning
This commit is contained in:
parent
4a970da2f1
commit
ab669393ee
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ body {
|
||||||
background-size:cover;
|
background-size:cover;
|
||||||
background-attachment:fixed;
|
background-attachment:fixed;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
|
text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
hr { display: none }
|
hr { display: none }
|
||||||
|
@ -142,7 +142,7 @@ h6 { font-size: 0.9em }
|
||||||
margin: 0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
/* background-color: #2D2D2D;*/
|
/* background-color: #2D2D2D;*/
|
||||||
background-color: rgba(45, 45, 45, 0.75);
|
background-color: rgba(45, 45, 45, 0.65);
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
box-shadow: 3px 3px 20px black;
|
box-shadow: 3px 3px 20px black;
|
||||||
|
|
Loading…
Reference in a new issue