File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 text-decoration : none;
9898}
9999
100+ .dark-mode .post-title {
101+ color : # 88bbff
102+ }
103+
100104.post-title : hover {
101105 text-decoration : underline;
102106}
Original file line number Diff line number Diff line change 4444
4545.project-card-description {
4646 font-size : 1rem ;
47- color : # 666 ;
47+ color : # 666666 ;
4848 line-height : 1.5 ;
4949}
5050
7676
7777/* Project Info */
7878.project-info {
79- max-width : 200 px ;
79+ max-width : 500 px ;
8080}
8181
8282.project-description {
8383 font-size : 0.9rem ;
84- color : # 555 ;
84+ color : # 555555 ;
8585 margin : 0.25rem 0 ;
8686}
8787
88+ .dark-mode .project-description {
89+ color : # dddddd ;
90+ }
91+
8892/* Tech Stack Column */
8993.languages {
9094 margin-left : auto;
101105 margin-bottom : 0.3rem ;
102106}
103107
108+ .dark-mode .languages-label {
109+ color : # eeeeee ;
110+ }
111+
104112/* Linguist Wrapper */
105113.linguist-wrapper {
106114 margin-left : auto;
117125 height : 8px ;
118126 margin-bottom : 0.5rem ;
119127 border-radius : 4px ;
120- background-color : # ddd ;
128+ background-color : # f9f9f9 ;
129+ overflow : hidden;
130+ font-size : 0 ;
131+ }
132+
133+ .dark-mode .linguist-bar {
134+ background-color : # 0e0e0e ;
121135 overflow : hidden;
122136 font-size : 0 ;
123137}
141155 color : # 555 ;
142156 margin-bottom : 0.2rem ;
143157}
158+
159+ .dark-mode .linguist-langs div {
160+ color : # dddddd ;
161+ }
You can’t perform that action at this time.
0 commit comments