diff --git a/src/webviews/apps/commitDetails/commitDetails.scss b/src/webviews/apps/commitDetails/commitDetails.scss
index 5151f58..c702fed 100644
--- a/src/webviews/apps/commitDetails/commitDetails.scss
+++ b/src/webviews/apps/commitDetails/commitDetails.scss
@@ -25,12 +25,27 @@ body {
padding: 0;
}
+a {
+ text-decoration: none;
+ &:hover {
+ text-decoration: underline;
+ }
+}
+
ul {
list-style: none;
margin: 0;
padding: 0;
}
+.bulleted {
+ list-style: disc;
+ padding-left: 1.2em;
+ > li + li {
+ margin-top: 0.25em;
+ }
+}
+
::-webkit-scrollbar-corner {
background-color: transparent !important;
}
diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss
index bc2352c..f4aba4c 100644
--- a/src/webviews/apps/plus/graph/graph.scss
+++ b/src/webviews/apps/plus/graph/graph.scss
@@ -14,6 +14,13 @@ body {
}
}
+a {
+ text-decoration: none;
+ &:hover {
+ text-decoration: underline;
+ }
+}
+
.badge {
font-weight: 700;
text-transform: uppercase;