dotfiles

Mahdi's dotfiles
git clone git://mahdi.pw/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

default.css (1038B)


      1 /*html, img { -webkit-filter: invert(1) hue-rotate(180deg); }*/
      2 *, *::before, *::after { background-image: none !important; }
      3 /*a,button,col,div,textarea,body,input,form,td,tr,th,p,span,
      4 article,svg,header,footer,details,summary { */
      5 /*html,head,body,header,footer,a,p,h1,h2,h3,h4,h5,h6,h7,div,
      6 ul,li,dl,dt,q,pre,code,blockquote,i,u,input,button,tag,table,
      7 thead,tbody,tfoot,td,tr,th,span,article,details,summary,textarea,
      8 div,a,svg,label,aside,main {*/
      9 *, *::before, *::after {
     10     background-color: #282a36 !important;
     11     border-color: #4D4D4D !important;
     12     color: #BFBFBF !important;
     13 }
     14 blockquote, pre, code, code>* {
     15     background-color: #282a36 !important;
     16     border-color: #4D4D4D !important;
     17     color: #BFBFBF !important;
     18     padding: 5px;
     19     font-family: monospace;
     20 }
     21 
     22 a:link { color: #8BE9FD !important; }
     23 a:hover { color: #FF79C6 !important; }
     24 a:visited { color: #FF92D0 !important; }
     25 input:hover { color: #9AEDFE !important; }
     26 button:hover { color: #9AEDFE !important; }
     27 
     28 img { opacity: .75; }
     29 img:hover { opacity: 1; }