1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 02:36:11 +02:00
Files
csslayout/client/index.css
Phuoc Nguyen df265ba464 Reorganize css
2019-11-22 18:35:15 +07:00

11 lines
241 B
CSS

@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;
}