Compare commits
No commits in common. "f3306f33d18cf1ad1f2f4c1acf3d59cdfe3cfad3" and "c98dfc6c0da8634a79c9fa9c1d6337c2628b2267" have entirely different histories.
f3306f33d1
...
c98dfc6c0d
|
@ -379,7 +379,6 @@ body {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
min-width: 338.5px;
|
min-width: 338.5px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
box-shadow: grey 4px 4px 16px 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.optionsDiv button {
|
.optionsDiv button {
|
||||||
|
@ -396,7 +395,6 @@ body {
|
||||||
background-color: var(--theme-color);
|
background-color: var(--theme-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: grey 4px 4px 16px 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.optionsDiv .normalButton {
|
.optionsDiv .normalButton {
|
||||||
|
@ -526,8 +524,6 @@ body {
|
||||||
.inoutdiv {
|
.inoutdiv {
|
||||||
margin: 10%;
|
margin: 10%;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
box-shadow: grey 4px 4px 16px 1px;
|
|
||||||
border-radius: 25px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inoutdiv input {
|
.inoutdiv input {
|
||||||
|
@ -541,7 +537,6 @@ body {
|
||||||
border-color: var(--border-color);
|
border-color: var(--border-color);
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: grey 4px 4px 16px 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inoutdiv button {
|
.inoutdiv button {
|
||||||
|
@ -556,7 +551,6 @@ body {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
box-shadow: grey 4px 4px 16px 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.inoutdiv a {
|
.inoutdiv a {
|
||||||
|
@ -641,7 +635,6 @@ body {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: var(--theme-color);
|
background-color: var(--theme-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: gray 4px 4px 16px 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainDiv .feature {
|
.mainDiv .feature {
|
||||||
|
@ -661,7 +654,6 @@ body {
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
box-shadow: gray 4px 4px 16px 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainDiv .green {
|
.mainDiv .green {
|
||||||
|
@ -685,7 +677,6 @@ body {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transition: background-color .2s;
|
transition: background-color .2s;
|
||||||
box-shadow: gray 4px 4px 16px 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.links a:hover {
|
.links a:hover {
|
||||||
|
|
Loading…
Reference in New Issue