forked from Ailur/burgernotes-server
Really, no more shadows
This commit is contained in:
parent
d2325aa237
commit
8254f60f18
|
@ -633,7 +633,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 {
|
||||||
|
@ -653,7 +652,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 {
|
||||||
|
@ -677,7 +675,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