mirror of
https://github.com/osmarks/random-stuff
synced 2025-09-06 12:27:56 +00:00
9 lines
169 B
CSS
9 lines
169 B
CSS
* {
|
|
box-shadow: none;
|
|
border-top-left-radius: 0px;
|
|
border-top-right-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
}
|
|
|