mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
lighthouse improvements
This commit is contained in:
parent
b8ff32b623
commit
d04f7568da
|
|
@ -95,6 +95,7 @@ article {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
|
font-display: swap;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
color: #23222d;
|
color: #23222d;
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
|
font-display: swap;
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
input, select, textarea, .textarea, option {
|
input, select, textarea, .textarea, option {
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
|
font-display: swap;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3135,6 +3135,7 @@ article {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
article code {
|
article code {
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
|
font-display: swap;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
color: #23222d;
|
color: #23222d;
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
<label class="ham-trigger" for="nav-trigger"><i class="fa fa-bars p"></i></label>
|
<label class="ham-trigger" for="nav-trigger"><i class="fa fa-bars p"></i></label>
|
||||||
</span>
|
</span>
|
||||||
<div id="nav-side-outer">
|
<div id="nav-side-outer">
|
||||||
<ul id="nav-side-inner" class="nav" role="navigation">
|
<ul id="nav-side-inner" class="nav" role="list">
|
||||||
<li><input id="nav-help" type="checkbox" checked>
|
<li><input id="nav-help" type="checkbox" checked>
|
||||||
<ul>
|
<ul>
|
||||||
<li><label for="nav-Help">
|
<li><label for="nav-Help">
|
||||||
|
|
@ -203,7 +203,7 @@
|
||||||
<input type="submit" id="iSearchButton" name="searchButton" value="Search">
|
<input type="submit" id="iSearchButton" name="searchButton" value="Search">
|
||||||
</span>
|
</span>
|
||||||
</form>
|
</form>
|
||||||
<ul id="t-nav" role="navigation">
|
<ul id="t-nav" role="list">
|
||||||
<li>
|
<li>
|
||||||
<a href="/en/backend/calendar/dashboard?id=Admin">
|
<a href="/en/backend/calendar/dashboard?id=Admin">
|
||||||
<i class="fa fa-calendar infoIcon"></i> Calendar
|
<i class="fa fa-calendar infoIcon"></i> Calendar
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<ul class="nav-top" role="navigation">
|
<ul class="nav-top" role="list">
|
||||||
<li><a>About</a></li>
|
<li><a>About</a></li>
|
||||||
<li>
|
<li>
|
||||||
<a>Portfolio</a>
|
<a>Portfolio</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user