Leave default stylesheet enabled by default
This commit is contained in:
parent
b086fca69f
commit
57db18c31b
@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/mixed/css/display.css">
|
||||
<link rel="stylesheet alternate" type="text/css" href="/mixed/css/display-default.css" data-yomichan-theme-name="default">
|
||||
<link rel="stylesheet" type="text/css" href="/mixed/css/display-default.css" data-yomichan-theme-name="default">
|
||||
<link rel="stylesheet alternate" type="text/css" href="/mixed/css/display-dark.css" data-yomichan-theme-name="dark">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title></title>
|
||||
<link rel="stylesheet" href="/mixed/css/display.css">
|
||||
<link rel="stylesheet alternate" type="text/css" href="/mixed/css/display-default.css" data-yomichan-theme-name="default">
|
||||
<link rel="stylesheet" type="text/css" href="/mixed/css/display-default.css" data-yomichan-theme-name="default">
|
||||
<link rel="stylesheet alternate" type="text/css" href="/mixed/css/display-dark.css" data-yomichan-theme-name="dark">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -17,8 +17,7 @@
|
||||
*/
|
||||
|
||||
|
||||
body,
|
||||
html.yomichan-float body { background-color: #1e1e1e; color: #d4d4d4; }
|
||||
body { background-color: #1e1e1e; color: #d4d4d4; }
|
||||
|
||||
hr { border-top-color: #2f2f2f; }
|
||||
|
||||
|
@ -17,8 +17,7 @@
|
||||
*/
|
||||
|
||||
|
||||
body,
|
||||
html.yomichan-float body { background-color: #ffffff; color: #333333; }
|
||||
body { background-color: #ffffff; color: #333333; }
|
||||
|
||||
hr { border-top-color: #eeeeee; }
|
||||
|
||||
|
@ -30,8 +30,8 @@
|
||||
* General
|
||||
*/
|
||||
|
||||
html.yomichan-float,
|
||||
html.yomichan-float body {
|
||||
html.yomichan-float:not([data-yomichan-theme]),
|
||||
html.yomichan-float:not([data-yomichan-theme]) body {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user