Compare commits

...

2 Commits

1 changed files with 9 additions and 0 deletions

View File

@ -379,6 +379,7 @@ body {
border-radius: 8px;
min-width: 338.5px;
z-index: 3;
box-shadow: grey 4px 4px 16px 1px;
}
.optionsDiv button {
@ -395,6 +396,7 @@ body {
background-color: var(--theme-color);
border-radius: 8px;
cursor: pointer;
box-shadow: grey 4px 4px 16px 1px;
}
.optionsDiv .normalButton {
@ -524,6 +526,8 @@ body {
.inoutdiv {
margin: 10%;
padding: 15px;
box-shadow: grey 4px 4px 16px 1px;
border-radius: 25px;
}
.inoutdiv input {
@ -537,6 +541,7 @@ body {
border-color: var(--border-color);
border-width: 1px;
border-radius: 8px;
box-shadow: grey 4px 4px 16px 1px;
}
.inoutdiv button {
@ -551,6 +556,7 @@ body {
border-radius: 8px;
font-size: 14px;
box-shadow: grey 4px 4px 16px 1px;
}
.inoutdiv a {
@ -635,6 +641,7 @@ body {
text-decoration: none;
background-color: var(--theme-color);
border-radius: 8px;
box-shadow: gray 4px 4px 16px 1px;
}
.mainDiv .feature {
@ -654,6 +661,7 @@ body {
padding-bottom: 15px;
font-size: 17px;
padding-bottom: 30px;
box-shadow: gray 4px 4px 16px 1px;
}
.mainDiv .green {
@ -677,6 +685,7 @@ body {
padding: 10px;
border-radius: 10px;
transition: background-color .2s;
box-shadow: gray 4px 4px 16px 1px;
}
.links a:hover {