mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-20 21:01:31 +02:00
Reorganize css
This commit is contained in:
10
client/index.css
Normal file
10
client/index.css
Normal file
@@ -0,0 +1,10 @@
|
||||
@import '../vendors/tachyons@4.10.0/tachyons.min.css';
|
||||
@import '../vendors/highlight.js@9.12.0/dracula.min.css';
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
code {
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
font-size: 14px;
|
||||
}
|
Reference in New Issue
Block a user