update documentation
This commit is contained in:
parent
de53816545
commit
8a53fb4788
|
@ -2,7 +2,7 @@
|
||||||
<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>
|
<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>
|
||||||
> version 1.0.0
|
> version 1.0.0
|
||||||
|
|
||||||
date: 2023-03-31T19:53:15+0200 (generated by `./make doc`)
|
date: 2023-03-31T19:57:25+0200 (generated by `./make doc`)
|
||||||
|
|
||||||
[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions)
|
[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions)
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
--gradient-2: linear-gradient(45deg, #dc2454 0%, #944a9d 21%, #4824dc 50%,#dc2454 70%, #944a9d 88%, #4824dc 100%);
|
--gradient-2: linear-gradient(45deg, #dc2454 0%, #944a9d 21%, #4824dc 50%,#dc2454 70%, #944a9d 88%, #4824dc 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
body>h1:nth-child(1) {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -275,8 +275,10 @@ nav.hide {
|
||||||
opacity:0;
|
opacity:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul, ol {
|
||||||
margin-left:30px;
|
margin-left:30px !important;
|
||||||
|
margin-top: 35px !important;
|
||||||
|
margin-bottom: 35px !important;
|
||||||
}
|
}
|
||||||
ul:nth-child(1){
|
ul:nth-child(1){
|
||||||
margin:0;
|
margin:0;
|
||||||
|
@ -284,7 +286,7 @@ ul:nth-child(1){
|
||||||
|
|
||||||
ul,li{
|
ul,li{
|
||||||
text-decoration:none !important;
|
text-decoration:none !important;
|
||||||
list-style:none;
|
/*list-style:none;*/
|
||||||
padding-left:10px;
|
padding-left:10px;
|
||||||
padding-right:10px;
|
padding-right:10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue