mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-04 10:54:12 +02:00
change toast color and some fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user