change toast color and some fixes

This commit is contained in:
Дмитрий Шиманский
2023-11-27 17:28:38 +03:00
parent ac77c00a7f
commit d2fe5665b7
2 changed files with 41 additions and 12 deletions

View File

@@ -33,7 +33,18 @@ nav {
font-size: 16px;
}
}
.absolute {
position: absolute;
}
.fixed {
position:fixed;
}
.right-1vm {
right: 1vmax;
}
.left-1vm {
left: 1vmax;
}
html {
position: relative;
min-height: 100%;
@@ -47,6 +58,21 @@ div .text {
border: solid white;
border-width: 4px;
}
.margin-2-vm {
margin: 2vmax;
}
.underline{
text-decoration-line: underline;
}
.hover\:decoration-wavy:hover {
text-decoration-style: wavy
}
.dashed {
text-decoration-style: dashed;
}
.decoration-purple{
text-decoration-color: purple;
}
p {
margin-right: 5vh;
margin-left: 5vh;