diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but
index 4be77d1c..122bbad2 100644
--- a/Docs/src/attributes.but
+++ b/Docs/src/attributes.but
@@ -4,7 +4,7 @@
The commands below all adjust attributes of the installer. These attributes control how the installer looks and functions, including which pages are present in the installer, as what text is displayed in each part of each page, how the installer is named, what icon the installer uses, the default installation directory, what file it writes out, and more. Note that these attributes can be set anywhere in the file except in a Section or Function. With the exception of InstallDir, none of these attributes allow use of Variables other than $\\r and $\\n in their strings.
-\\Defaults are red\\
+\\\\Defaults are bold and underlined\\\\
\S2{aaddbrandingimage} AddBrandingImage
diff --git a/Docs/style.css b/Docs/style.css
index ca306ae4..897ca2c2 100644
--- a/Docs/style.css
+++ b/Docs/style.css
@@ -8,7 +8,7 @@ pre {
padding: 1px;
}
pre b {
- color: red;
+ text-decoration: underline;
}
a {
color: #567599;