/*
    jobSystem 1.0 new-diary@eclat main.css Lv.8
    file http://www.eclat.cc/home/new-diary/main.css create Sat, 12 Oct 2019 05:57:56 GMT (ver1.0)
    (C) nancyan update Mon, 25 Jul 2022 03:01:05 GMT
*/

@charset "UTF-8";

html {
  scrollbar-color:orange #fff;
  scroll-behavior:smooth;
}

body {
  color:#000;
  background-color:#fff;
}

body::before {
  display:block;
  height:100vh;
  content:"";
  transition:all .5s;
}

body.exed::before {
  height:6rem; 
}



/* */