From 1b6098fd3a8db2019fd9c256e05d4b444e7a8964 Mon Sep 17 00:00:00 2001 From: yogita_misal Date: Mon, 1 May 2023 20:43:57 +0530 Subject: [PATCH] Added dark mode button --- docs/docco.css | 2 +- index.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 47 insertions(+), 4 deletions(-) diff --git a/docs/docco.css b/docs/docco.css index b60f6fa3d..ed939aec8 100644 --- a/docs/docco.css +++ b/docs/docco.css @@ -252,7 +252,7 @@ ul.sections > li > div { position: relative; } body { - background-color: #F5F5FF; + background-color:#F5F5FF; font-size: 15px; line-height: 21px; } diff --git a/index.html b/index.html index 5b12f4352..ff37460b0 100644 --- a/index.html +++ b/index.html @@ -7,13 +7,32 @@ + Underscore.js + +
+ OFF +
+ + + +