From 824a0c7a09e3f822c1244037fd052b0d7e4d7f20 Mon Sep 17 00:00:00 2001 From: CodeWithSushil Date: Thu, 17 Aug 2023 23:35:50 +0530 Subject: [PATCH] update 0.0.5 --- css/minimal.css | 7 ++- css/style.css | 8 ++- docs/index.html | 161 ++++++++++++++++++++++++++++-------------------- index.html | 5 +- 4 files changed, 109 insertions(+), 72 deletions(-) diff --git a/css/minimal.css b/css/minimal.css index e12aebd..9212199 100644 --- a/css/minimal.css +++ b/css/minimal.css @@ -327,7 +327,7 @@ h6 { .margin-x { margin: 0rem 1rem !important; } -.m-auto { +.margin-auto { margin: auto !important; } @@ -535,6 +535,11 @@ button, background-color: var(--light) !important; border-color: var(--danger) !important; } +.btn-danger-none{ + color: var(--danger)!important; + border-color: var(--danger)!important; +} + .btn-success { text-align: center !important; color: var(--light) !important; diff --git a/css/style.css b/css/style.css index 805e019..9caa3e3 100644 --- a/css/style.css +++ b/css/style.css @@ -18,6 +18,10 @@ body { height: 100%; } +h1,h2,h3,h4,h5,h6{ + font-family:var(--ubuntu)!important; +} + .navbar { margin-top: 1rem!important; margin-left: 1rem!important; @@ -61,6 +65,6 @@ nav-list #github { padding: 4px; } footer,p,i{ -font-family:var(--ubuntu); +font-family:var(--fira)!important; font-size: 15px!important; -} \ No newline at end of file +} diff --git a/docs/index.html b/docs/index.html index f04e741..d2b085e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,70 +1,95 @@ - - - - - - - - - - - - - - - Minimal CSS - Never leave your html files - - - - - - - - - - -
-
- -
-
-

Get Started

-

gg

-
-
-
-
-

Docum

-

gg

-
-
-
-
-

Download

-

rff

-

gg

ggg - fgg - http://localhost:8158/docs/index.html - yy# -
-
- -
-
- - - - \ No newline at end of file + + + + + + + + + + + + + + + Minimal CSS - Never leave your html files + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 4d079e6..c518217 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@