Merge branch 'gh-pages' of https://github.com/Promlg1104/KBM-HTML into gh-pages

This commit is contained in:
2021-11-26 20:28:08 +01:00
3 changed files with 7 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 218 KiB

View File

@@ -46,7 +46,6 @@ body{
color: #f2f2f2;
}
#top {
position: fixed;
bottom: 1.2rem;
@@ -72,7 +71,7 @@ body{
display: inline-block;
cursor: pointer;
text-decoration: none;
color: rgb(138,43,226);
color: #fff;
border: rgb(138,43,226) 0.125em solid;
padding: 0.125em 0.5em;
margin-left: 0.85em;
@@ -109,7 +108,7 @@ body{
.neon-button:hover,
.neon-button:focus {
color: rgb(138,43,226);
color: #fff;
text-shadow: none;
}
@@ -128,6 +127,8 @@ body{
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: fit-content;
height: 100%;
}
.seite {