Bluemo's Brain

Search

Search IconIcon to open search

展開された正規表現リンクを小さくするCSS

Last updated Unknown Edit Source

    from /villagepump/展開された正規表現を小さくするCSS style.css

     1
     2
     3
     4
     5
     6
     7
     8
     9
    10
    11
    12
    13
    14
    15
    16
    17
    
    .line:not(.cursor-line) .deco-\, {
       font-size: 0px;
    }
    .line:not(.cursor-line) .deco-\,::before {
    	font-size: 13px;
        content: '[ ]';
        background-color: #fbebdd;
        color: #f17c00;
    }
     .dropdown-menu a[href*="%E2%80%8B"] {
     	font-size: 12px;
     	line-height: 22px;
     	color: gray;
     	
     	/*height: 10px;*/
     	/*display: none !important;*/
     }