switch theme and github buttons

This commit is contained in:
AngelJumbo
2024-06-03 13:39:21 -05:00
parent 0a3cdc17f2
commit 5992f48512
3 changed files with 78 additions and 23 deletions
+25 -1
View File
@@ -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);
}