13 lines
131 B
CSS
13 lines
131 B
CSS
|
|
footer .sm\:flex>a{
|
||
|
|
background: red;
|
||
|
|
display:none;
|
||
|
|
opacity: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#search-bar-entry{
|
||
|
|
display:none;
|
||
|
|
}
|
||
|
|
|
||
|
|
pre{
|
||
|
|
width: 100%;
|
||
|
|
}
|