diff --git a/static/style.css b/static/style.css index 4568b301..dd4c2d59 100644 --- a/static/style.css +++ b/static/style.css @@ -340,10 +340,10 @@ a#cpp:hover { } a#python { - color: #ffd343; + color: #f3bb12; } a#python:hover { - border-color: #ffd343; + border-color: #f3bb12; } a#php {