summaryrefslogtreecommitdiffhomepage
path: root/website
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-09-09 09:06:26 -0700
committergVisor bot <gvisor-bot@google.com>2020-09-09 09:08:37 -0700
commit26439f9a43a6a23bd9fbc64f2b43ca843ad25d99 (patch)
tree8943f00183d8805aeba8825971826bd8c8b29a23 /website
parent00479af515289f42a63ab14cec128ab030120b38 (diff)
Add syntax highlighting to website
Adds a syntax highlighting theme css so that code snippets are highlighted properly. PiperOrigin-RevId: 330733737
Diffstat (limited to 'website')
-rw-r--r--website/css/main.scss15
1 files changed, 10 insertions, 5 deletions
diff --git a/website/css/main.scss b/website/css/main.scss
index 06106833f..4b3b7b500 100644
--- a/website/css/main.scss
+++ b/website/css/main.scss
@@ -1,5 +1,10 @@
-@import 'style.scss';
-@import 'front.scss';
-@import 'navbar.scss';
-@import 'sidebar.scss';
-@import 'footer.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";