Added some design features.
This commit is contained in:
parent
a481a868d1
commit
6e2a8b4e6b
1 changed files with 15 additions and 1 deletions
16
styles.php
16
styles.php
|
@ -28,10 +28,11 @@ a {
|
|||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
min-height: 400px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.text-background {
|
||||
background-color: rgba(51, 51, 51, 0.4);
|
||||
background-color: rgba(51, 51, 51, 0.2);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
@ -41,6 +42,7 @@ a {
|
|||
width: 100%;
|
||||
position: fixed;
|
||||
top: 8px;
|
||||
border-radius: 16px 0px;
|
||||
}
|
||||
|
||||
.topnav-inactive {
|
||||
|
@ -185,4 +187,16 @@ a {
|
|||
|
||||
.search-folder {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.glass {
|
||||
backdrop-filter: blur(4px);
|
||||
border-radius: 16px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.inset {
|
||||
box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2) inset,
|
||||
-4px -4px 4px rgba(255, 255, 255, 0.2) inset;
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
Loading…
Reference in a new issue