Greasy Fork is available in English.

klimat.app - Dark Mode

Klimat.app Dark Mode

התקן את הסקריפט? התקן כסגנון משתמש?
סקריפטים מומלצים של יוצר זה

אולי תאהב גם את YouTubeTV Volume Control with Memory.

התקן את הסקריפט
  1. /* ==UserStyle==
  2. @name klimat.app - Dark Mode
  3. @version 20241018.02.50
  4. @namespace klimat.app
  5. @description Klimat.app Dark Mode
  6. @author Nick2bad4u@hotmail.com
  7. @license UnLicense
  8. ==/UserStyle== */
  9.  
  10. @ - moz - document domain("klimat.app") {
  11. /* Dark Mode Theme for Klimat Weather Page */
  12. body {
  13. background - color: #121212;
  14.  
  15. color: # e0e0e0;
  16. }
  17.  
  18. header,
  19. footer,
  20. .sidebar,
  21. .content {
  22. background - color: #1e1e1e;
  23.  
  24. color: # e0e0e0;
  25. }
  26.  
  27. a {
  28. color: #bb86fc;
  29. }
  30.  
  31. a: hover {
  32. color: #3700b3;
  33.  
  34. }
  35.  
  36.  
  37.  
  38. table {
  39.  
  40. background-color: # 1e1 e1e;
  41. color: #e0e0e0;
  42. }
  43.  
  44. table th,
  45. table td {
  46. border: 1 px solid #333;
  47.  
  48. }
  49.  
  50.  
  51.  
  52. button,
  53.  
  54. input,
  55.  
  56. select,
  57.  
  58. textarea {
  59.  
  60. background-color: # 333;
  61. color: #e0e0e0;
  62. border: 1 px solid #444;
  63.  
  64. }
  65.  
  66.  
  67.  
  68. button:hover,
  69.  
  70. input:hover,
  71.  
  72. select:hover,
  73.  
  74. textarea:hover {
  75.  
  76. background-color: # 444;
  77. }
  78.  
  79. ::selection {
  80. background - color: #bb86fc;
  81. color: #121212;
  82.  
  83. }
  84.  
  85.  
  86.  
  87. span {
  88.  
  89. color: # BB86FC;
  90. }
  91.  
  92. #content_wrapper {
  93. filter: invert(1)
  94. }
  95. }