MediaWiki:Mobile.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Tag: Reverted
Line 126:
#cps-toc-panel h2 {
display: none !important;
}
 
/* ======================================================= */
/* MAKE TOC TITLE LOOK CLICKABLE */
/* ======================================================= */
#cps-toc-title {
cursor: pointer;
transition: color 0.2s;
}
 
#cps-toc-title:hover {
color: #36c; /* Standard Wiki Link Blue */
text-decoration: underline;
}