mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 07:08:10 -05:00
7 lines
135 B
CSS
7 lines
135 B
CSS
/* just a few resets for web so that it looks more like the native app */
|
|
|
|
button {
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|