aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorBu Sun Kim <8822365+busunkim96@users.noreply.github.com>2019-11-11 15:15:32 -0800
committerGitHub <noreply@github.com>2019-11-11 15:15:32 -0800
commit0f6ad2a13ad633622c1a3881c597ac1e5c51faf5 (patch)
tree25ca803fe305f4e98b7f3c9f3d7afebd64d64740 /docs/_static
parent9230dd4b8ad9b457d53a6dd5fd353c780cc06ed5 (diff)
downloadpython-api-core-0f6ad2a13ad633622c1a3881c597ac1e5c51faf5.tar.gz
docs: add python 2 sunset banner to documentation (#9036)
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
new file mode 100644
index 0000000..9a6f9f8
--- /dev/null
+++ b/docs/_static/custom.css
@@ -0,0 +1,4 @@
+div#python2-eol {
+ border-color: red;
+ border-width: medium;
+} \ No newline at end of file