Leave default stylesheet enabled by default

This commit is contained in:
toasted-nutbread 2019-10-12 18:10:01 -04:00
parent b086fca69f
commit 57db18c31b
5 changed files with 6 additions and 8 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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; }

View File

@ -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; }

View File

@ -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;
}