mirror of
https://github.com/yattee/yattee.git
synced 2026-01-08 12:52:31 +00:00
Basic Safari extension
This commit is contained in:
15
Open in Yattee/Resources/popup.css
Normal file
15
Open in Yattee/Resources/popup.css
Normal file
@@ -0,0 +1,15 @@
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100px;
|
||||
padding: 10px;
|
||||
|
||||
font-family: system-ui;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
/* Dark Mode styles go here. */
|
||||
}
|
||||
Reference in New Issue
Block a user