1
0
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:
Phuoc Nguyen
2019-11-22 18:35:15 +07:00
parent fdf50f20b6
commit df265ba464
5 changed files with 16 additions and 11 deletions

10
client/index.css Normal file
View 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;
}