Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/React-CSharp/ClientApp/src/custom.css')
-rw-r--r--src/content/React-CSharp/ClientApp/src/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/content/React-CSharp/ClientApp/src/custom.css b/src/content/React-CSharp/ClientApp/src/custom.css
index 5fdfd06..4436615 100644
--- a/src/content/React-CSharp/ClientApp/src/custom.css
+++ b/src/content/React-CSharp/ClientApp/src/custom.css
@@ -3,6 +3,10 @@ a {
color: #0366d6;
}
+.btn:focus, .btn:active:focus {
+ box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
+}
+
code {
color: #E01A76;
}