diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css index 1b2b3cd9f..945eedf2c 100644 --- a/doc/_static/css/custom.css +++ b/doc/_static/css/custom.css @@ -12,3 +12,16 @@ a:hover { .wy-nav-content { max-width: 1200px !important; } + +@keyframes highlight { + 0% { + background: #01afec; + } + 100% { + background: none; + } +} + +:target { + animation: highlight 3s; +} diff --git a/doc/systems/inst_control/Computer-Troubleshooting.md b/doc/systems/inst_control/Computer-Troubleshooting.md index eacbe1ace..314b9ce6e 100644 --- a/doc/systems/inst_control/Computer-Troubleshooting.md +++ b/doc/systems/inst_control/Computer-Troubleshooting.md @@ -137,4 +137,4 @@ If it is through a share the file lock will not appear in here. In this case loo ## Checking windows event log on NDX computer for process crash/resource issues -The windows application and system event logs contain useful details to help diagnose system, process and resource issues check as crashes and memory issues. Accessing this via the computer management (compmgmt) application is in a [separate sharepoint document](https://stfc365.sharepoint.com/:w:/r/sites/ISISExperimentControls/Instrument%20Documents/Checking%20event%20log%20on%20a%20computer.docx?d=w40b9227a3095448eb655c156c2a567db&csf=1&web=1&e=VzNF0U) +The windows application and system event logs contain useful details to help diagnose system, process and resource issues check as crashes and memory issues. Accessing this via the computer management (`compmgmt`) application is in a [separate sharepoint document](https://stfc365.sharepoint.com/:w:/r/sites/ISISExperimentControls/Instrument%20Documents/Checking%20event%20log%20on%20a%20computer.docx?d=w40b9227a3095448eb655c156c2a567db&csf=1&web=1&e=VzNF0U)