Compare commits

..

No commits in common. "f3306f33d18cf1ad1f2f4c1acf3d59cdfe3cfad3" and "c98dfc6c0da8634a79c9fa9c1d6337c2628b2267" have entirely different histories.

1 changed files with 0 additions and 9 deletions

View File

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