Commit 27cf8528 by o.kimura

WEBフォント対策

parent 89521ea6
...@@ -185,6 +185,13 @@ form label { ...@@ -185,6 +185,13 @@ form label {
for develop for develop
------------------------------------------------------------*/ ------------------------------------------------------------*/
html {
visibility: hidden;
}
html.wf-active {
visibility: visible;
}
#__bs_notify__ { #__bs_notify__ {
opacity: 0.3 !important; opacity: 0.3 !important;
font-size: 5px !important; font-size: 5px !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment