We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a0fa4 commit 05272b5Copy full SHA for 05272b5
1 file changed
css/publications.css
@@ -79,17 +79,16 @@
79
}
80
81
.cran-module-badge {
82
- color: #276DC2 !important; /* Matches the icon blue */
+ color: #276DC2 !important;
83
font-size: 16px !important;
84
font-weight: 600 !important;
85
font-family: -apple-system, system-ui, sans-serif !important;
86
- text-transform: none !important;
87
88
89
.cran-icon {
90
- width: 20px !important;
91
- height: 16px !important;
+ width: 22px !important; /* Slightly larger for the halo */
+ height: 18px !important;
92
margin-right: 5px !important;
93
display: inline-block;
94
- transform: translateY(1px);
+ vertical-align: middle;
95
0 commit comments