Files
Ian Lewis 26439f9a43 Add syntax highlighting to website
Adds a syntax highlighting theme css so that code snippets are highlighted
properly.

PiperOrigin-RevId: 330733737
2020-09-09 09:08:37 -07:00

11 lines
265 B
SCSS

// The main style sheet for gvisor.dev
// NOTE: Do not include file extensions to import .sass and .css files seamlessly.
@import "style";
@import "front";
@import "navbar";
@import "sidebar";
@import "footer";
// syntax is generated by rougify.
@import "syntax";