refactor: decouple — blueprint'ы + CSS/HTML разделение (по шаблону app-autotest)
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* polygon — тёмная тема для корневой страницы (/).
|
||||
* Минимальный CSS, без фреймворков.
|
||||
*/
|
||||
|
||||
body {
|
||||
font-family: system-ui, -apple-system, sans-serif;
|
||||
max-width: 600px;
|
||||
margin: 40px auto;
|
||||
padding: 0 20px;
|
||||
background: #111;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #4af;
|
||||
}
|
||||
|
||||
.ok {
|
||||
color: #4a4;
|
||||
}
|
||||
|
||||
.ver {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
code {
|
||||
background: #333;
|
||||
padding: 2px 6px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user