mirror of
https://github.com/AngelJumbo/gruvbox-wallpapers.git
synced 2026-08-05 13:42:28 +00:00
switch theme and github buttons
This commit is contained in:
@@ -19,7 +19,7 @@ body {
|
||||
font-family: "Curier New", monospace;
|
||||
}
|
||||
|
||||
* {
|
||||
*:not( i ) {
|
||||
color: var(--fg-color);
|
||||
}
|
||||
|
||||
@@ -124,3 +124,27 @@ img:hover {
|
||||
.section {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.float-btns{
|
||||
position: fixed;
|
||||
/*top: 80%;*/
|
||||
bottom: 10px;
|
||||
right: 35px;
|
||||
}
|
||||
|
||||
.float-btn{
|
||||
background-color: var(--bg-color-reverse);
|
||||
border: none;
|
||||
color: var(--fg-color-reverse);
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
height: 2.5rem;
|
||||
width: 2.5rem;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.float-btn span{
|
||||
font-size: 1.5rem;
|
||||
color: var(--fg-color-reverse);
|
||||
}
|
||||
Reference in New Issue
Block a user