Skip to content

Commit

Permalink
Update www.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bestpika committed Sep 24, 2024
1 parent 72cd1d5 commit c6757b4
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions docs/www.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,32 @@ url('https://ani.gamer.com.tw/seasonal.php'),
}
}

/* scrintal */
@-moz-document
/**/
domain('scrintal.com'),
/**/
{
a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span
{
font-family: 芫荽, sans-serif !important;
}

code
{
font-family: 'Fira Code Retina', 'Courier New', Courier, monospace !important;
}
}

/* 網站等寬字型 */
@-moz-document
/**/
Expand Down Expand Up @@ -106,7 +132,7 @@ domain('ptt.cc'),
/**/
url-prefix('https://www.dlsite.com/maniax/coupon'),
/**/
{
{
#couponget .couponget_lst_item
{
width: 408px;
Expand All @@ -119,7 +145,7 @@ url-prefix('https://www.dlsite.com/maniax/coupon'),
/**/
domain('steamdb.info'),
/**/
{
{
.hover_screenshots_blur
{
filter: none !important;
Expand Down

0 comments on commit c6757b4

Please sign in to comment.