Guest User

Writefreely Tokyonight Moon 2

a guest
Dec 16th, 2023
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.31 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,200;0,300;0,400;0,700;1,200;1,300;1,400;1,700&display=swap');
  2. @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
  3.  
  4. .video {
  5.     width: 40rem;
  6.     max-height: 600px;
  7. }
  8.  
  9. nav#manage ul a {
  10.     color: #c8d3f5;
  11. }
  12.  
  13. nav#manage ul li:hover {
  14.     background: #545c7e;
  15. }
  16.  
  17. nav#manage ul ul {
  18.     background: #545c7e;
  19.     border: 1px solid #3b4261;
  20. }
  21.  
  22. nav#manage ul a:hover, nav#manage ul a:active, nav#manage ul a:focus {
  23.     color: #ffc777;
  24. }
  25.  
  26. body {
  27.     background-color: #222436;
  28.     color: #c8d3f5;
  29. }
  30.  
  31. h1, h2, h3, h4, h5, h6 {
  32.     font-family: 'Space Grotesk', sans-serif;
  33. }
  34.  
  35. body, .font.norm, body#collection article.norm, body#post article.norm, body#subpage article.norm, input#title.norm, pre.norm, span.norm, textarea.norm, header h1 {
  36.     font-family: 'Hanken Grotesk', sans-serif;
  37. }
  38.  
  39. header p.description {
  40.     color: #545c7e;
  41. }
  42.  
  43. #official-writing h2, #official-writing h3, #official-writing h4, #wrapper h2, #wrapper h3, #wrapper h4, .post-title a:visited, .post-title a {
  44.     color: #ff007c;
  45. }
  46.  
  47. time, body#post article time.dt-published, body#subpage article time.dt-published {
  48.     opacity: 0.62;
  49.     color: #c8d3f5;
  50. }
  51.  
  52. body h1 a, body header h2 a {
  53.     color: #828bb8;
  54. }
  55.  
  56. body h1 a:hover, body header h2 a:hover, body h1 a:active, body header h2 a:active, body h1 a:focus, body header h2 a:focus {
  57.     color: #ffc777;
  58. }
  59.  
  60. article a {
  61.     color: #ffc777;
  62. }
  63.  
  64. body#post header, body#subpage header {
  65.     opacity: 1;
  66. }
  67.  
  68. article.norm {
  69.     font-size: 1.05em;
  70. }
  71.  
  72. hr {
  73.     background-color: #444a73;
  74. }
  75.  
  76. body footer nav {
  77.     color: #828bb8;
  78. }
  79.  
  80. body footer nav a:link, body footer nav a:visited, body footer ul a:link, body footer ul a:visited, body footer a.home:link, body footer a.home:visited {
  81.     color: #82aaff;
  82. }
  83.  
  84. .post-title a.action {
  85.     color: #c8d3f5 !important;
  86. }
  87.  
  88. body#collection pre, body#post pre, body#subpage pre {
  89.     background: #1e2030;
  90.     border: 1px solid #2f334d;
  91.     padding: .675em 1em;
  92.     border-radius: 0.5em;
  93. }
  94.  
  95. /* Uncomment the rule below and replace the font names to use a custom
  96. monospaced font for your code sharing */
  97. /*code, textarea#embed {
  98.     font-family: 'custom monospace font', monospace;
  99. }*/
Advertisement
Add Comment
Please, Sign In to add comment