mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
26439f9a43
Adds a syntax highlighting theme css so that code snippets are highlighted properly. PiperOrigin-RevId: 330733737
11 lines
265 B
SCSS
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";
|