This commit is contained in:
Tracker-Friendly 2024-03-07 19:11:15 +00:00
parent 4ac2034025
commit 1feeda1d54
1 changed files with 9 additions and 0 deletions

View File

@ -375,6 +375,7 @@ body {
border-radius: 8px;
min-width: 338.5px;
z-index: 3;
box-shadow: grey 4px 4px 16px 1px;
}
.optionsDiv button {
@ -391,6 +392,7 @@ body {
background-color: var(--theme-color);
border-radius: 8px;
cursor: pointer;
box-shadow: grey 4px 4px 16px 1px;
}
.optionsDiv .normalButton {
@ -520,6 +522,8 @@ body {
.inoutdiv {
margin: 10%;
padding: 15px;
box-shadow: grey 4px 4px 16px 1px;
border-radius: 25px;
}
.inoutdiv input {
@ -533,6 +537,7 @@ body {
border-color: var(--border-color);
border-width: 1px;
border-radius: 8px;
box-shadow: grey 4px 4px 16px 1px;
}
.inoutdiv button {
@ -547,6 +552,7 @@ body {
border-radius: 8px;
font-size: 14px;
box-shadow: grey 4px 4px 16px 1px;
}
.inoutdiv a {
@ -631,6 +637,7 @@ body {
text-decoration: none;
background-color: var(--theme-color);
border-radius: 8px;
box-shadow: gray 4px 4px 16px 1px;
}
.mainDiv .feature {
@ -650,6 +657,7 @@ body {
padding-bottom: 15px;
font-size: 17px;
padding-bottom: 30px;
box-shadow: gray 4px 4px 16px 1px;
}
.mainDiv .green {
@ -673,6 +681,7 @@ body {
padding: 10px;
border-radius: 10px;
transition: background-color .2s;
box-shadow: gray 4px 4px 16px 1px;
}
.links a:hover {