more organization, added references and languages

This commit is contained in:
Amruth Pillai
2020-03-27 16:41:54 +05:30
parent e3b6cea833
commit 1de3aaa523
14 changed files with 659 additions and 220 deletions

View File

@ -24,6 +24,24 @@ li {
}
@media screen {
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
appearance: none;
margin: 0;
}
input[type='number'] {
-moz-appearance: textfield;
}
input:focus {
outline: none !important;
}
button:focus {
outline: none !important;
}
input:checked + i.material-icons {
display: block;
}
@ -36,12 +54,14 @@ li {
#tabs {
scroll-behavior: smooth;
scrollbar-width: none;
-ms-overflow-style: none;
}
#tabs::-webkit-scrollbar {
width: 0px;
height: 0px;
background: transparent; /* make scrollbar transparent */
background: transparent;
}
#page {