mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
5 lines
79 B
CSS
5 lines
79 B
CSS
|
|
/* this stylesheet applies when min-width<400px */
|
||
|
|
body {
|
||
|
|
background: red;
|
||
|
|
}
|
||
|
|
|