Guest User

Untitled

a guest
Jul 3rd, 2025
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.53 KB | None | 0 0
  1.  
  2.  
  3. :root.t-light {
  4.     --ui-page-color-bg: #dfe4ec !important;
  5.     --ui-page-color-bg-focused: #edf0f6 !important;
  6.     --ui-page-color-border-subtle: #d7dde8 !important;
  7.     --ui-altsurface-color-bg: #eaebec2b !important;
  8.     --ui-sidebar-color-bg-selected: #eaebec2b !important;
  9. }
  10.  
  11.  
  12. .v-Page--sidebar {
  13.     background-color: var(--theme-color-header) !important;
  14.     --ui-sidebar-color-fg: #e8ebf1
  15. }
  16.  
  17. .app-source.is-selected {
  18.     color: #dfe4ec;
  19. }
  20.  
  21. .v-MailboxSource-badge {
  22.     color: #ffe7b2;
  23.     font-weight: 400;
  24.     font-weight: 400;
  25.     background: #00000042;
  26.     padding: 2px 10px;
  27.     border-radius: 11px;
  28. }
  29.  
  30. .app-source>.v-Icon {
  31.     fill: var(--ui-pageheader-color-bg) !important
  32. }
  33.  
  34. .v-MessageCard {
  35.     // background: #fff !important;
  36.     --ui-page-color-bg: #fff !important
  37. }
  38. .app-contentCard-toolbar,
  39. .v-MessageCard-header .v-MessageCard-contents,
  40. .v-MessageCard-header .v-MessageCard-time{
  41.     --ui-page-color-bg: #e8ecf2 !important;
  42. }
  43.  
  44. ul.v-Sources-list {
  45.     margin-top: 50px;
  46. }
  47.  
  48. .v-SearchSource:has([title="date:today"]) {
  49.     top: -40px !important;
  50. }
  51. .v-SearchSource:has([title="date:today"]) a {
  52.     // background: #ecb450;
  53.     // color: #3c4457;
  54.     // font-weight: bold;
  55.     font-weight: bold;
  56.     padding-left: 15px;
  57.     font-size: 17px;
  58. }
  59. .v-SearchSource:has([title="date:today"]) a.is-selected {
  60.     background: var(--ui-sidebar-color-bg-selected);
  61.     color: #ffe7b2;
  62.  
  63. }
  64.  
  65.  
  66. .v-SearchSource:has([title="date:today"]) a svg {
  67.     display: none;
  68. }
  69.  
  70.  
  71. .app-source {
  72.     background: #ffffff0a;
  73.     height: 28px;
  74. }
  75.  
  76. .v-MailboxSource-expando {
  77.     filter: brightness(2.5);
  78. }
Advertisement
Add Comment
Please, Sign In to add comment